chore: add release notes skill#1249
Merged
Merged
Conversation
Rsdoctor Bundle Diff AnalysisFound 12 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR migrates release notes generation from label-based GitHub configuration to an agent skill workflow, removing the legacy PR labeling/release category setup.
Changes:
- Add the
create-draft-release-notesskill (script + skill definition) and track it inskills-lock.json. - Remove the PR labeler workflow/config and the legacy
.github/release.ymllabel-to-category mapping. - Update contributor/agent docs and Knip config to reflect the new skill-driven workflow.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills-lock.json | Adds lock entry for the new create-draft-release-notes skill source and hash. |
| knip.jsonc | Treats agent skill scripts as entries so Knip doesn’t flag them as unused. |
| CONTRIBUTING.md | Updates release instructions to use the new skill workflow. |
| AGENTS.md | Lists the new release notes skill among available workflow skills. |
| .github/workflows/pr-label.yaml | Removes the PR Labeler workflow (no longer needed). |
| .github/release.yml | Removes legacy GitHub release note category mapping driven by labels. |
| .github/pr-labeler.yml | Removes labeler configuration file used by the deleted workflow. |
| .agents/skills/create-draft-release-notes/scripts/create-draft-release-notes.mjs | Introduces a deterministic formatter to regroup GitHub-generated release notes. |
| .agents/skills/create-draft-release-notes/SKILL.md | Documents the end-to-end draft release + formatting workflow using gh and the script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9aoy
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Background
Release notes are now prepared through an agent skill, so the old label-based GitHub release note config no longer needs to drive PR labels or generated categories.
Implementation
create-draft-release-notesand tracked its lockfile..github/release.ymllabel mapping.CONTRIBUTING.md,AGENTS.md, and Knip entries for the installed skill.User Impact
Maintainers now use the skill workflow to draft GitHub release notes before publishing.
Checklist
Validation
pnpm formatpnpm lintpnpm run check-unused